home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / e / powerd0.06 / modules / exec / strings.m < prev    next >
Text File  |  1999-11-30  |  68b  |  8 lines

  1. CONST    EOS=0,
  2.         BELL=7,
  3.         LF=10,
  4.         CR=13,
  5.         BS=8,
  6.         DEL=$7F,
  7.         NL=10
  8.